home *** CD-ROM | disk | FTP | other *** search
/ Student Private Syndrome 3 / Student Private Syndrome 3.iso / private / photo / photo.dxr / 00026_Next,OFF.ls < prev    next >
Encoding:
Text File  |  1996-06-21  |  166 b   |  10 lines

  1. on mouseDown
  2.   global photono
  3.   if pushbutton() then
  4.     cursor(4)
  5.     set photono to getphotono(photono + 1)
  6.     changephoto(photono)
  7.     go(marker(0))
  8.   end if
  9. end
  10.